BasicluFactorization
A host BASICLU factorization whose native object is freed once this object becomes unreachable.
Inheritors
Functions
solveInto
open override fun solveInto(b: DoubleArray, out: DoubleArray, transpose: Boolean = false, workspace: Workspace? = null): DoubleArray(source)
Solve B x = b, or Bᵀ x = b when transpose, into out, which is returned. Allocates nothing when given a workspace. out may be b.